home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2494 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.6 KB  |  54 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: news.shlink.de!wiloyee!chaos
  3. From: chaos@wiloyee.shnet.org
  4. Subject: Re: BeBox Is Here. Listen Closely ESCO
  5. X-Newsreader: TIN [version 1.2 PL2]
  6. Organization: Studentenhochhaus Wedel Deutschland
  7. Message-ID: <DM1Kyx.M7s@wiloyee.shnet.org>
  8. References: <john.hendrikx.49rj@grafix.xs4all.nl> <DLyA57.LpF@uns.bris.ac.uk>
  9. Date: Wed, 31 Jan 1996 10:54:32 GMT
  10.  
  11.  
  12. In article <DLyA57.LpF@uns.bris.ac.uk> you wrote:
  13. : John Hendrikx (john.hendrikx@grafix.xs4all.nl) wrote:
  14. : : In a message of 26 Jan 96 Mjp3783@alpha.isc.rit.e wrote to all:
  15.  
  16. : : On Amiga 4-8 MB is sufficient yes, on Windows NT, Win95, BeOS, OS/2, System 7,
  17. : : and most other modern OS-es, NO WAY! I would recommend atleast 16 MB for any of
  18. : : the OS-es I just listed, and if you want to get that 'Amiga' feeling of having
  19. : : tons of memory free then I would recommend getting 32 MB or more.
  20.  
  21. : 6Mb is so nice on an (accelerated) Amiga, I can run Wordworth, PPaint,
  22. : GFABASIC and Angband all at once, with no constant use of harddisk (like
  23. : the PC).  Admittedly Wordworth is not Wordperfect and PPAint is not well,
  24. : um, can you think of a comparable programme?  Anyhow, for somebody who
  25. : does not wish to use the many fancy features of PC programmes, they are
  26. : fine.  (Though directly loading and saving PC file formats, such as .doc,
  27. : would be very useful.)
  28.  
  29. virtual memory is very important for a modern operating system. if you
  30. examine the situation carefully, you will find out that the harddisk makes
  31. your "main memory" and the real RAM is some kind of cache for the harddisk.
  32. you will further notice that there is a point, when adding more RAM doesn't
  33. speed things up, no matter how many applications you run simultanously
  34. (exceptions are raytracing, image processing and other extreme applications,
  35. i am talking here about things like office packs). for windows 3.1 this
  36. point is said to be somewhere at 24 MB. virtual memory and a big harddisk
  37. gives you infinite memory, and if you just found out that you need to start
  38. a third copy of DPaint and a forth of Cygnus ed, you wouldn't run into
  39. trouble if you just had virtual memory.
  40.  
  41. on the other hand, virtual memory is the natural enemy of realtime
  42. processing. because amiga operating system is the only system left on the
  43. marked (not counting atari) without virtual memory as default, you can do
  44. things with amigaos that are impossible on other systems. this makes the
  45. amiga computer of your choice for laser and lightshows, mesuring systems,
  46. games and other things where it would be a problem if the os stops
  47. everything and tries to load some pages.
  48.  
  49.  
  50.  
  51. dierk "chaos" ohlerich
  52.  
  53.  
  54.